Skip to content

docs: Document Delta Lake column mapping support#1748

Merged
lukekim merged 1 commit into
trunkfrom
docs/delta-column-mapping
May 20, 2026
Merged

docs: Document Delta Lake column mapping support#1748
lukekim merged 1 commit into
trunkfrom
docs/delta-column-mapping

Conversation

@claudespice
Copy link
Copy Markdown
Collaborator

Summary

Adds a Column Mapping section to the Delta Lake data connector page describing support for tables with columnMapping.mode = name or columnMapping.mode = id, shipped in spiceai/spiceai#10134.

Source PRs

Changes

  • website/docs/components/data-connectors/delta-lake/index.md — new Column Mapping section between Types and Limitations, noting logical-to-physical resolution for partitions, predicate pushdown, and nested Struct / List / Map field renames. Links to the Delta protocol section for context.

Test plan

  • cd website && npm run build passes locally
  • Verified examples work locally
  • Links are valid
  • Version references are correct

Adds a Column Mapping section to the Delta Lake data connector page
covering `columnMapping.mode = name` and `id`. The connector resolves
logical-to-physical names at read time, including nested Struct, List,
and Map field renames, and partition and predicate-pushdown paths.

Source: spiceai/spiceai#10134
@claudespice claudespice self-assigned this May 19, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 19, 2026

✅ Pull with Spice Passed

Passing checks:

  • ✅ Title meets minimum length requirement (10 characters)
  • ✅ Has at least one of the required labels: area/blog, area/docs, area/cookbook, dependencies
  • ✅ No banned labels detected
  • ✅ Has at least one assignee: claudespice

@github-actions
Copy link
Copy Markdown

🚀 deployed to https://19bbf1c5.spiceai-org-website.pages.dev

@lukekim lukekim merged commit 6d4fef9 into trunk May 20, 2026
6 of 8 checks passed
@lukekim lukekim deleted the docs/delta-column-mapping branch May 20, 2026 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants